home *** CD-ROM | disk | FTP | other *** search
/ PLAYymate for OS/2 / Playmate for OS2.iso / p4os2035 / readme < prev    next >
Text File  |  1989-02-07  |  1KB  |  35 lines

  1. Comments about BIO
  2.  
  3. When you first enter the BIO program, you should enter your birthdate;
  4. then click the "Ok" button.  If you hit <Return> after entering an input
  5. line, it will actually start the program, but probably not with the
  6. parameters you want.  Options can be changed with (Options...Dates)
  7. and recorded in OS2.INI for automatic recall when the program is run
  8. subsequently.
  9.  
  10. There is also a "Legend" option, which allows you to examine the legend
  11. of the biorhythm chart; and you can use the scrollbar to view biorhythms
  12. for the past and the future.
  13.  
  14. The program illustrates handling the mouse/keyboard interface, managing
  15. dialog box input, system proportional font handling, use of child windows,
  16. scroll bars, memory bitmaps, copying bitmaps to the clipboard, using the
  17. OS2.INI file, accelerator keys, and subclassing the frame to modify its
  18. behavior.
  19.  
  20.  
  21. File List:
  22.  
  23. README        this file
  24. BIO        Makefile
  25. BIO.C        main() routine
  26. BIO.DEF        Definition file
  27. BIO.EXE        Executable file
  28. BIO.H        Header file (definitions)
  29. BIO.ICO        Icon file
  30. BIO.RC        Resource file
  31. BIO.SYM        Symbol file
  32. BIOCMD.C    Dialog procedures
  33. BIOPAINT.C    WM_PAINT processing, date conversion routines
  34. WNDPROC.C    Window procedures
  35.